!lm12
!rm75
Correction to Kassel's FIFO Handler..............Bill Morgan

Ever the experimenter, I started playing with Jim Kassel's FIFO Buffered Printer Handler as soon as I read about it.  I learned a lot, but maybe I can spare you some difficulty with the following information.

1.  Be aware that the three indices PBII, PBOI, and PBCC must be all cleared to zero before the first time you activate the handler.

2.  Line 1720 was printed in AAL with a missing character.  Change from

     1720       LDY PRINT.SLOT.SHIFTED

to   1720       LDY #PRINT.SLOT.SHIFTED

